home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMPUBLISHFIELD / TFRMPUBLISHFIELD.txt
Encoding:
Text File  |  1999-04-29  |  6.8 KB  |  310 lines

  1. object frmPublishField: TfrmPublishField
  2.   Left = 121
  3.   Top = 94
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Publish Field'
  7.   ClientHeight = 287
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pnlLower: TPanel
  24.     Left = 0
  25.     Top = 249
  26.     Width = 417
  27.     Height = 38
  28.     Align = alBottom
  29.     TabOrder = 0
  30.     object butFinish: TButton
  31.       Left = 256
  32.       Top = 7
  33.       Width = 74
  34.       Height = 25
  35.       Caption = '&Finish'
  36.       ModalResult = 1
  37.       TabOrder = 3
  38.       Visible = False
  39.     end
  40.     object butNext: TButton
  41.       Left = 255
  42.       Top = 7
  43.       Width = 75
  44.       Height = 25
  45.       Caption = 'Next >&>'
  46.       TabOrder = 1
  47.       OnClick = butNextClick
  48.     end
  49.     object butCancel: TButton
  50.       Left = 336
  51.       Top = 7
  52.       Width = 75
  53.       Height = 25
  54.       Cancel = True
  55.       Caption = '&Cancel'
  56.       ModalResult = 2
  57.       TabOrder = 2
  58.     end
  59.     object butBack: TButton
  60.       Left = 180
  61.       Top = 7
  62.       Width = 75
  63.       Height = 25
  64.       Caption = '&<< Back'
  65.       Enabled = False
  66.       TabOrder = 0
  67.       OnClick = butBackClick
  68.     end
  69.     object btnHelp: TButton
  70.       Left = 6
  71.       Top = 7
  72.       Width = 75
  73.       Height = 25
  74.       Caption = '&Help'
  75.       TabOrder = 4
  76.       OnClick = btnHelpClick
  77.     end
  78.   end
  79.   object pageLink: TPageControl
  80.     Left = 0
  81.     Top = 0
  82.     Width = 417
  83.     Height = 249
  84.     ActivePage = tab1
  85.     Align = alTop
  86.     TabOrder = 1
  87.     object tab1: TTabSheet
  88.       Caption = 'tab1'
  89.       TabVisible = False
  90.       object Label1: TLabel
  91.         Left = 130
  92.         Top = 10
  93.         Width = 265
  94.         Height = 41
  95.         AutoSize = False
  96.         Caption = 'This Wizard helps you to add publishing fields to a template.'
  97.         WordWrap = True
  98.       end
  99.       object Label7: TLabel
  100.         Left = 130
  101.         Top = 192
  102.         Width = 265
  103.         Height = 39
  104.         AutoSize = False
  105.         Caption = 
  106.           'If you aren'#39't sure which preferences relate to what or are confu' +
  107.           'sed by all this terminology, then press the Help button.'
  108.         WordWrap = True
  109.       end
  110.       object imgWizard: TPaintBox
  111.         Left = 8
  112.         Top = 7
  113.         Width = 110
  114.         Height = 225
  115.         OnPaint = imgWizardPaint
  116.       end
  117.       object Label10: TLabel
  118.         Left = 133
  119.         Top = 93
  120.         Width = 184
  121.         Height = 13
  122.         Caption = 'When should this template field apply?'
  123.       end
  124.       object rgWhen: TRadioGroup
  125.         Left = 155
  126.         Top = 109
  127.         Width = 197
  128.         Height = 68
  129.         HelpContext = 522
  130.         ItemIndex = 0
  131.         Items.Strings = (
  132.           'When a document is created'
  133.           'When a document gets published')
  134.         TabOrder = 0
  135.       end
  136.     end
  137.     object tab2: TTabSheet
  138.       Caption = 'tab2'
  139.       TabVisible = False
  140.       object Label2: TLabel
  141.         Left = 130
  142.         Top = 8
  143.         Width = 265
  144.         Height = 41
  145.         AutoSize = False
  146.         Caption = 
  147.           'When fields are published they can be filled in by the User, aut' +
  148.           'omatically by Hotdog, or read from a file. '
  149.         WordWrap = True
  150.       end
  151.       object Label11: TLabel
  152.         Left = 130
  153.         Top = 83
  154.         Width = 145
  155.         Height = 13
  156.         Caption = 'How is the field to be filled in ?'
  157.       end
  158.       object rgHow: TRadioGroup
  159.         Left = 165
  160.         Top = 105
  161.         Width = 201
  162.         Height = 103
  163.         HelpContext = 526
  164.         ItemIndex = 0
  165.         Items.Strings = (
  166.           'By the user'
  167.           'Automatically by HotDog'
  168.           'Read from a file')
  169.         TabOrder = 0
  170.       end
  171.     end
  172.     object tabFields: TTabSheet
  173.       Caption = 'tabFields'
  174.       TabVisible = False
  175.       object Label6: TLabel
  176.         Left = 132
  177.         Top = 8
  178.         Width = 265
  179.         Height = 15
  180.         AutoSize = False
  181.         Caption = 'Enter the field information.'
  182.         WordWrap = True
  183.       end
  184.       object grpUser: TGroupBox
  185.         Left = 128
  186.         Top = 48
  187.         Width = 273
  188.         Height = 185
  189.         TabOrder = 0
  190.         object Label3: TLabel
  191.           Left = 10
  192.           Top = 13
  193.           Width = 69
  194.           Height = 13
  195.           Caption = 'Message text:'
  196.         end
  197.         object Label4: TLabel
  198.           Left = 10
  199.           Top = 127
  200.           Width = 68
  201.           Height = 13
  202.           Caption = 'Default value:'
  203.         end
  204.         object txtDefault: TEdit
  205.           Left = 8
  206.           Top = 145
  207.           Width = 252
  208.           Height = 21
  209.           HelpContext = 686
  210.           TabOrder = 0
  211.         end
  212.         object memPrompt: TMemo
  213.           Left = 8
  214.           Top = 32
  215.           Width = 254
  216.           Height = 89
  217.           HelpContext = 685
  218.           TabOrder = 1
  219.         end
  220.       end
  221.       object grpFile: TGroupBox
  222.         Left = 128
  223.         Top = 48
  224.         Width = 273
  225.         Height = 185
  226.         TabOrder = 2
  227.         object Label5: TLabel
  228.           Left = 10
  229.           Top = 10
  230.           Width = 46
  231.           Height = 13
  232.           Caption = 'Filename:'
  233.         end
  234.         object Label8: TLabel
  235.           Left = 11
  236.           Top = 50
  237.           Width = 71
  238.           Height = 13
  239.           Caption = 'Field (optional)'
  240.           Visible = False
  241.         end
  242.         object Label9: TLabel
  243.           Left = 10
  244.           Top = 50
  245.           Width = 65
  246.           Height = 13
  247.           Caption = 'File contents:'
  248.         end
  249.         object spdFilename: TSpeedButton
  250.           Left = 239
  251.           Top = 26
  252.           Width = 23
  253.           Height = 21
  254.           OnClick = spdFilenameClick
  255.         end
  256.         object txtFileName: TEdit
  257.           Left = 8
  258.           Top = 26
  259.           Width = 231
  260.           Height = 21
  261.           HelpContext = 523
  262.           TabOrder = 0
  263.         end
  264.         object memFileGuts: TMemo
  265.           Left = 8
  266.           Top = 66
  267.           Width = 257
  268.           Height = 105
  269.           HelpContext = 525
  270.           Color = clBtnFace
  271.           ReadOnly = True
  272.           TabOrder = 1
  273.         end
  274.         object txtFileField: TEdit
  275.           Left = 9
  276.           Top = 66
  277.           Width = 255
  278.           Height = 21
  279.           HelpContext = 524
  280.           TabOrder = 2
  281.           Visible = False
  282.         end
  283.       end
  284.       object grpHotDog: TGroupBox
  285.         Left = 128
  286.         Top = 48
  287.         Width = 273
  288.         Height = 185
  289.         TabOrder = 1
  290.         object lstAuto: TListBox
  291.           Left = 8
  292.           Top = 16
  293.           Width = 255
  294.           Height = 149
  295.           HelpContext = 687
  296.           ItemHeight = 13
  297.           Items.Strings = (
  298.             'Date'
  299.             'Time'
  300.             'HotDog Version'
  301.             'Windows Version'
  302.             'HotDog Registered Company'
  303.             'HotDog Registered User')
  304.           TabOrder = 0
  305.         end
  306.       end
  307.     end
  308.   end
  309. end
  310.